home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 1.4 KB | 43 lines | [TEXT/GEOL] |
- Item 4632163 8-July-90 10:51PDT
-
- From: ARGII Argii Design Group, M Demeyer,PRT
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: Mixing C & Pascal
-
- Hi,
-
- For those who have paved the way to using C with MacApp:
-
- We have recently added a library written in C to our app written with
- MacApp 2.0ß9 (and MPW 3.0 & Pascal 3.0). We have not gotten very far:
- nothing seems to happen when our app is running! Here are some of the
- things we did:
-
- 1. The library to be linked with our app needs some routines from
- "StdCLib.o", so we linked "StdCLib.o" with our app. But, then
- the remaining routines in "StdCLib.o" turned out to be duplicates
- of those in "PasLib.o". (We need "PasLib.o" for our app.) Is
- this a problem?
-
- 2. The "StdCLib.o" we are using here is actually from C 3.1, but
- everything else is older: MPW 3.0, Pascal 3.0, MacApp 2.0ß9.
- (There is not enough time to convert our app to 3.1; and
- C was just bought, so it is the latest version.) Is mixing
- newer "StdCLib.o" with older things a problem?
-
- 3. Must other "basic" C libraries be included also: "CRuntime.o",
- "CInterface.o", etc.? If so, which and why?
-
- 4. Should there be any changes to MAMake file, USES statements, etc.?
-
- 5. What are other things that should be done?
-
-
- Thanks very very much,
-
- Anh Nguyen
- Argii Design Group
-
-